.key FILE/A,GUIDE/S,HTML/S,JPG/S,MPG/S,MP3/S,QT/S
if not exists env:quickstarted
Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
wait 2
quit
endif
stack 500000
;lab check
;if not exists env:metaconfig
;echo "Starte Prefs..."
;EXEXUCTE APCD:Scripts/Prefs
;skip back check
;endif
assign gf: ""
if
if not exists env:APCDHTML
set x1 `APCD:c/requestchoice "Amiga+ (C)" "Browser nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
cd apcd:amigaplus/prefs
execute APCD:amigaplus/prefs/cdprefs
cd gf:
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDHTML" LFORMAT=%F`" ;Changedir!
"$APCDHTML" "FILE:///"
endif
if $x1 eq 2
CD APCD:A+Tools/Browser/IBrowse/
APCD:A+Tools/Browser/IBrowse/IBrowse "file:///"
if fail
APCD:C/requestchoice "Amiga+ (C)" "Browser ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDHTML" LFORMAT=%F`" ;Changedir!
"$APCDHTML" "file:///"
;quit
endif
if
APCD:A+Tools/Guide/Amigaguide ""
;quit
endif
IF
if not exists env:APCDJpg
set x1 `APCD:c/requestchoice "Amiga+ (C)" "JPG-Anzeiger nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
cd apcd:amigaplus/prefs
execute APCD:amigaplus/prefs/cdprefs
cd gf:
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDJpg" LFORMAT=%F`" ;Changedir!
"$APCDjpg" "" >NIL:
endif
if $x1 eq 2
cd APCD:A+Tools/JPG
APCD:A+Tools/jpg/fjpeg "" >NIL:
if fail
APCD:C/requestchoice "Amiga+ (C)" "Anzeiger ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDjpg" LFORMAT=%F`" ;Changedir!
"$APCDJpg" "" >NIL:
;quit
ENDIF
If
if not exists env:APCDMpg
set x1 `APCD:c/requestchoice "Amiga+ (C)" "MPG-Anzeiger nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
cd apcd:amigaplus/prefs
execute APCD:amigaplus/prefs/cdprefs
cd gf:
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDMpg" LFORMAT=%F`" ;Changedir!
"$APCDMpg" $MPGARGS "" >NIL:
endif
if $x1 eq 2
cd APCD:A+Tools/mpg/frogger
APCD:A+Tools/mpg/frogger/frogger.030 "" fullscreen >NIL:
if fail
APCD:C/requestchoice "Amiga+ (C)" "Anzeiger ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDmpg" LFORMAT=%F`" ;Changedir!
$APCDmpg $MPGARGS "" >NIL:
;quit
endif
If
if not exists env:APCDMP3
set x1 `APCD:c/requestchoice "Amiga+ (C)" "MP3 Abspieler nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
cd apcd:amigaplus/prefs
execute APCD:amigaplus/prefs/cdprefs
cd gf:
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDMP3" LFORMAT=%F`" ;Changedir!
"$APCDMP3" $MP3ARGS "" >NIL:
endif
if $x1 eq 2
cd APCD:A+Tools/mp3/
APCD:A+Tools/mp3/MPEGA -F27000 -p5 -t30000 -w -b300 "" >NIL:
if fail
APCD:C/requestchoice "Amiga+ (C)" "Abspieler ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDMP3" LFORMAT=%F`" ;Changedir!
$APCDMP3 $MP3ARGS "" >NIL:
;quit
endif
;===
IF
if not exists env:APCDQT
set x1 `APCD:c/requestchoice "Amiga+ (C)" "Quicktime Abspieler nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
cd apcd:amigaplus/prefs
execute APCD:amigaplus/prefs/cdprefs
cd gf:
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDqt" LFORMAT=%F`" ;Changedir!
"$APCDqt" "" >NIL:
endif
if $x1 eq 2
cd APCD:A+Tools/qt
APCD:A+Tools/qt/moovid "" >NIL:
if fail
APCD:C/requestchoice "Amiga+ (C)" "Anzeiger ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDjpg" LFORMAT=%F`" ;Changedir!
"$APCDJpg" "" >NIL:
;quit
ENDIF